/* Change the banner background color or add a background image here */
.c-club-ladder__banner {
 background-color: #F2A900;
 /* background-image: url ("Add image path in here") */
}
.c-club-ladder__sponsor-logo {
  display: none; /* Remove this line when adding a logo URL below */
  /* background-image: url("LOGO_URL_GOES_HERE"); */
}
.c-club-ladder__sponsor-text {
/* Change the text colour for the word 'Ladders' */	
  color: #003087;
}
/* Ladder styling fix */

.simplebar-content {
 overflow-y: hidden!important;
 overflow-x: scroll;
 -webkit-box-sizing: border-box!important;
 box-sizing: border-box!important;
 min-height: 100%!important;
}

